CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 管道 通信

搜索资源列表

  1. mkfifo

    0下载:
  2. 用于进程间通信,有名管道。模拟QQ聊天程序-For inter-process communication, the famous pipe. Simulation QQ chat program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1265
    • 提供者:张明军
  1. linux

    0下载:
  2. LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3429
    • 提供者:mini
  1. 1

    0下载:
  2. windows下进程间通信方---管道的介绍和使用实例。-Under the inter-process communication side windows--- introduction and use of pipe instance.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:38886
    • 提供者:liguozheng
  1. Desktop

    0下载:
  2. 管道通信,通过建立一个管道使得父进程和子进程进行了通信-Pipe communication, through the establishment of a pipe makes the parent and child processes for the communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1364
    • 提供者:黄硕
  1. ShellEx

    0下载:
  2. 1.创建新进程 2.用管道(PIPE)进行进程间通信 -1. To create a new process 2. With a pipeline (PIPE) for interprocess communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4456
    • 提供者:李成
  1. caozuoxitong2

    0下载:
  2. 创建无名管道,实现基于管道的进程间数据通信,掌握管道通信的方法及特征;并进一步理解互斥与同步的含义。-Create anonymous pipe, pipe-based inter-process data communication, control methods and characteristics of communication channels and further understanding of the meaning of mutual exclusion and syn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5269
    • 提供者:万静媛
  1. NamedPipeClt

    0下载:
  2. 通过管道 进程间通信 -Inter-process communication via pipes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:29047
    • 提供者:xhz678
  1. NamedPipeSrv

    0下载:
  2. 命名管道进程间通信 服务-Named pipes interprocess communications services
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:38921
    • 提供者:xhz678
  1. FIFO

    0下载:
  2. Linux下用命名管道FIFO写的进程间通信程序(经典集合,用gcc编译器,可直接使用,吐血奉送)-FIFO under Linux using named pipe communication between the process of writing procedures (classical set, with the gcc compiler, can be used directly, vomiting blood Complimentary)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:24721
    • 提供者:FarEast8612
  1. Code

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed explanation of intertask communication four ways: the clipboard, anonymous pipe, named pipe and the mail slot. And the comparative analysis this several inter-process communication strengt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:233495
    • 提供者:田海龙
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. pipe

    0下载:
  2. 管道通信的源代码,主要功能是让两个进程间进行通信-pipe for communicate between different machine
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1047
    • 提供者:
  1. the-ticket-selling-of-train-station

    0下载:
  2. 模拟火车站售票系统和实现进程的管道通信源代码-Simulated train station ticket system and communication channels to achieve the process of source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:732
    • 提供者:李军
  1. code

    0下载:
  2. 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5054
    • 提供者:黄锋
  1. pipe

    1下载:
  2. LINUX进程通信方法很多,但对于父子进程,最简单实用的方法就是管道。 示例代码给出的即是父子进程间利用管道通信。-There are many ways for the communication between processes in Linux. But for the parent and child, the most simple and practical way is pipe. Here is an example of pipe.
  3. 所属分类:Linux Network

    • 发布日期:2015-09-30
    • 文件大小:5120
    • 提供者:y
  1. pipe

    0下载:
  2. 管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeli
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:899
    • 提供者:tiger
  1. process-communication

    0下载:
  2. linux进程间通信的三种机制的简单实现,包括管道,消息队列和共享内存-linux inter-process communication simple implementation of the three mechanisms, including pipes, message queues and shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1788
    • 提供者:
  1. pipe

    0下载:
  2. 实现了两个子进程之间管道通信, 一个进程创建俩个子进程,子进程向父进程写消息-implements the two child process to communite in pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:138431
    • 提供者:huboaaaa
  1. PipeCalcServer

    0下载:
  2. 管道方式实现进程间通信,其实质也是共享内存。比较简单-Way to achieve inter-process communication pipe, and its essence is the shared memory. Relatively simple
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:264858
    • 提供者:温小雨
  1. PipeServer

    1下载:
  2. 管道方式实现进程间通信的简单测试例子。命令行下执行,简单,容易理解-Way to achieve inter-process communication pipe a simple test case
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:11597
    • 提供者:温小雨
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com